Members 
The typeparameter of the range, e.g. System.Double
Range<T> Class
Abstract base implementation of IRange, used throughout SciChart for visible, data and index range calculations
Syntax
public abstract class Range<T> : BindableObject, IRange, IRange<T>  
where T: IComparable
Type Parameters
T
The typeparameter of the range, e.g. System.Double
Inheritance Hierarchy
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also